home *** CD-ROM | disk | FTP | other *** search
- Path: news.Stanford.EDU!usenet
- From: lolo@leland.stanford.edu (Robert X. Cadena)
- Newsgroups: comp.lang.c
- Subject: Need Help on Recursive Function.
- Date: Sun, 25 Feb 1996 01:06:33 GMT
- Organization: Stanford University
- Message-ID: <4gocp6$378@nntp.Stanford.EDU>
- Reply-To: lolo@leland.stanford.edu
- NNTP-Posting-Host: larkin-95-209a.stanford.edu
- X-Newsreader: Forte Free Agent v0.55
-
- Hello. I have to write a game of boggle, and one of the requirements
- is to use a recursive function to search for the word within the
- board. I'm thinking the approach should be a maze like recursive
- function, but I don't know how to go about doing this. Any help,
- pseudo code, etc, would be appreciated. Thanks.
-
-
-
-